Class ActivityWizardImpl

java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.ui.impl.ActivityWizardImpl
All Implemented Interfaces:
IPCObject, ActivityWizard

public class ActivityWizardImpl extends IPCObjectImpl implements ActivityWizard
Information provided by the PKI file:

    \class ActivityWizard
    
    \brief ActivityWizard is an assessment creation tool.
    
    \details    The activity wizard is an assessment tool that allows the user to create highly specific
    networking scenarios for other users.
    
    In this version of the API, IPC controlled activity creation via the activity wizard is
    not supported. However, certain aspects of an activity may still be manipulated using
    the ActivityFile class.
    
    \example appWindow().getActivityWizard()
    
Author:
Auto-generated
  • Constructor Details

  • Method Details

    • setVisible

      public void setVisible(boolean bVisible)
      Information provided by the PKI file:
      
          \brief Shows or hides the Activity Wizard widget from view.
          
          \param bVisible, true shows the widget, false hides it.
          
              
      Specified by:
      setVisible in interface ActivityWizard
      Parameters:
      bVisible - Takes in a parameter of bVisible
    • setWidgetVisible

      public void setWidgetVisible(String name, boolean bVisible)
      Information provided by the PKI file:
      
          \brief Shows or hides the specified Activity Wizard child widget.
          
          \param name,        where name is one of the following: WelcomeBtn, VariableManagerBtn, InstructionsBtn, AnswerNetworkBtn,
          InitialNetworkBtn, PasswordBtn, TestActivityBtn, CheckActivityBtn, ExitBtn, SaveBtn, SaveAsBtn,
          SaveAsPkzBtn, SaveAsCCBtn, InstPrevBtn, InstNextBtn, InstRemoveBtn, InsertBtn, ImportBtn,
          ImportAllBtn, ExportBtn, ExportAllBtn, AutoLoadCB, ShowAnsNetBtn, ExportAnsNetBtn,
          ImportAnsNetBtn, ShowInitNetworkBtn, ExportInitNetworkBtn, ImportInitNetworkBtn, CopyAnsNetBtn,
          EnablePassBtn, DisablePassBtn, AddShapeBtn
          \param bVisible, true shows the child widget, false hides it.
          
              
      Specified by:
      setWidgetVisible in interface ActivityWizard
      Parameters:
      name - Takes in a parameter of name
      bVisible - Takes in a parameter of bVisible
    • setDisabled

      public void setDisabled(boolean bDisabled)
      Information provided by the PKI file:
      
          \brief Enables or disables input events to the Activity Wizard widget.
          
          \param bDisabled, true disables input events to the widget, false enables it.
          
              
      Specified by:
      setDisabled in interface ActivityWizard
      Parameters:
      bDisabled - Takes in a parameter of bDisabled
    • setWidgetDisable

      public void setWidgetDisable(String name, boolean bDisabled)
      Information provided by the PKI file:
      
          \brief Enables or disables the specified Activity Wizard child widget.
          
          \param name,        where name is one of the following: WelcomeBtn, VariableManagerBtn, InstructionsBtn, AnswerNetworkBtn,
          InitialNetworkBtn, PasswordBtn, TestActivityBtn, CheckActivityBtn, ExitBtn, SaveBtn, SaveAsBtn,
          SaveAsPkzBtn, SaveAsCCBtn, InstPrevBtn, InstNextBtn, InstRemoveBtn, InsertBtn, ImportBtn,
          ImportAllBtn, ExportBtn, ExportAllBtn, AutoLoadCB, ShowAnsNetBtn, ExportAnsNetBtn,
          ImportAnsNetBtn, ShowInitNetworkBtn, ExportInitNetworkBtn, ImportInitNetworkBtn, CopyAnsNetBtn,
          EnablePassBtn, DisablePassBtn, AddShapeBtn
          \param bDisabled, true disables the child widget, false enables it.
          
              
      Specified by:
      setWidgetDisable in interface ActivityWizard
      Parameters:
      name - Takes in a parameter of name
      bDisabled - Takes in a parameter of bDisabled